home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6584
/
6584.xpi
/
chrome
/
flashvideodownloader
/
content
/
flashvideodownloader.xul
< prev
next >
Wrap
Extensible Markup Language
|
2009-09-22
|
3KB
|
38 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://flashvideodownloader/skin/style.css" type="text/css"?>
<overlay id="flashvideodownloader" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript" src="chrome://flashvideodownloader/content/flashvideodownloader.js"/>
<statusbar id="status-bar">
<tooltip id="flashvideodownloader-tooltip">
<description id="flashvideodownloader-tooltip-value" value="Download video or game" style="margin:0px;" />
</tooltip>
<statusbarpanel context="statusbar_menu" class="statusbarpanel-iconic" id="flashvideodownloader-status" oncommand="FlashVD.DownloadLink();" tooltip="flashvideodownloader-tooltip" isset_in_db="1" />
<menupopup id="statusbar_menu">
<menuitem label="Help" oncommand="FlashVD.tool_icon_menu('h');event.stopPropagation();"/>
<menuitem label="Video Converter" oncommand="FlashVD.tool_icon_menu('c');event.stopPropagation();"/>
<menuitem label="Search Video" oncommand="FlashVD.search_video();event.stopPropagation();"/>
<menuitem label="FeedBack" oncommand="FlashVD.tool_icon_menu('f');event.stopPropagation();"/>
<menuseparator/>
<menuitem label="Options" oncommand="FlashVD.show_options();event.stopPropagation();"/>
</menupopup>
</statusbar>
<popup id="contentAreaContextMenu">
<menuitem id="flashvideodownloader-context" label="Flash Video Downloader" oncommand="FlashVD.DownloadLink();" class="menuitem-iconic" style="list-style-image: url('chrome://flashvideodownloader/skin/16x16.png');" insertafter="context-savepage" />
<menuitem id="save_tmf_menu" label="Save to Favorite folder" insertafter="context-savelink" oncommand="FlashVD.save_to_my_folder('');" class="menuitem-iconic" style="list-style-image: url('chrome://flashvideodownloader/skin/f_16.png');"/>
</popup>
<toolbarpalette id="BrowserToolbarPalette">
<toolbarbutton id="ila_tool_icon" type="menu-button" class="toolbarbutton-1" label="Flash video downloader" tooltiptext="Download video or game" oncommand="FlashVD.DownloadLink();" isset_in_db="1" video_onpage="0">
<menupopup id="id_menu_ila">
<menuitem label="Help" oncommand="FlashVD.tool_icon_menu('h');event.stopPropagation();"/>
<menuitem label="Video Converter" oncommand="FlashVD.tool_icon_menu('c');event.stopPropagation();"/>
<menuitem label="Search Video" oncommand="FlashVD.search_video();event.stopPropagation();"/>
<menuitem label="FeedBack" oncommand="FlashVD.tool_icon_menu('f');event.stopPropagation();"/>
<menuseparator/>
<menuitem label="Options" oncommand="FlashVD.show_options();event.stopPropagation();"/>
</menupopup>
</toolbarbutton>
</toolbarpalette>
<keyset id="mainKeyset">
<key id="ila_hotkey" modifiers="alt any control" key="L" oncommand="FlashVD.ila_hotkey_f();" />
</keyset>
</overlay>